Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 42de4320998c636e72086d6f3d4fdb58d0e6c45d


Parents : 45f67d9
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-03T00:53:14-05:00

refactor(ci): remove unnecessary environment variable exports in GitHub CI script

Changes

1 files changed, 0 insertions(+), 9 deletions(-)


Diff

diff --git a/scripts/ci/github-install-deps.sh b/scripts/ci/github-install-deps.sh
index ae225d59..09b78a12 100755
--- a/scripts/ci/github-install-deps.sh
+++ b/scripts/ci/github-install-deps.sh
@@ -10,8 +10,6 @@ cd "$ROOT"
export GIT_TERMINAL_PROMPT=0
-# pycodec2 builds against libcodec2. Export for this step and persist to GITHUB_ENV so
-# later steps (e.g. pip install -e . for the x64 universal slice) see the same flags.
if [[ "$(uname -s)" == "Darwin" ]]; then
brew install codec2
_codec2_prefix="$(brew --prefix codec2)"
@@ -20,13 +18,6 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
if [[ -d "${_codec2_prefix}/lib/pkgconfig" ]]; then
export PKG_CONFIG_PATH="${_codec2_prefix}/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
fi
- if [[ -n "${GITHUB_ENV:-}" ]]; then
- {
- echo "CPPFLAGS=${CPPFLAGS}"
- echo "LDFLAGS=${LDFLAGS}"
- echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-}"
- } >> "$GITHUB_ENV"
- fi
fi
# LXST/pyogg loads libopus (and libogg for Ogg muxing) at runtime. GitHub-hosted


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────